@font-face {
    font-family: 'policeSpeciale1';
    src: url('../font/KingsguardCalligraphy_PERSONAL_USE_ONLY.otf');
}

body {
    background-image: radial-gradient(#A35C91, #91A35C, #5C91A3);
}

footer {
    color: blue;
}

.div-a {
    background-size: cover;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#conteneur {
    width: 100%;
    display: flex;
}

iframe {
    flex: 80%;
}

aside {
    flex: 20%;
    color: red;
    border: 2px solid red;
    background-image: linear-gradient(#6DCD32, #9232CD);
}

.bouton a {
    width: 150px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: url(../image/bouton-rouge.png) no-repeat;
    color: white;
    text-decoration: none;
    float: left;
    margin: 2px;
    list-style-type: none;
}

.bouton a:hover {
    background: url(../image/bouton-jaune-2.png) no-repeat;
    color: #660000;
    padding-top: 2px;
    padding-bottom: 4px;
}

#image-1,
#image-2,
#image-3 {
    width: 250px;
}

#image-4 {
    background-size: cover;
}

.produit {
    display: flex;
    margin-top: 50px;
}